* whitespace.el (whitespace-buffer): Call remove-overlays after
authorChong Yidong <cyd@stupidchicken.com>
Tue, 7 Nov 2006 17:36:55 +0000 (17:36 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 7 Nov 2006 17:36:55 +0000 (17:36 +0000)
overlay-recenter for performance.  Suggested by Martin Rudalics.

lisp/ChangeLog

index 6ab0eaeaa6ca9aac016f27aae390baedd109c4b4..b8f26ade9c085f10919a2bdfee4f7e7d7283e667 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * whitespace.el (whitespace-buffer): Call remove-overlays after
+       overlay-recenter for performance.  Suggested by Martin Rudalics.
+
 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-default-method): scp is the default method.